home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
escape.swf
/
scripts
/
DefineSprite_214
/
frame_34
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-23
|
182 b
|
11 lines
laser3_cnt = 20;
this.onEnterFrame = function()
{
laser3_cnt -= 1;
if(laser3_cnt < 0)
{
_root.enemy.robo.gotoAndPlay("wait");
gotoAndStop(11);
}
};